IdeaBlade.Core Assembly > IdeaBlade.Core.Reflection Namespace > MemberInfoFns Class > BuildCreateInstance Method : BuildCreateInstance<TOut>(Type) Method |
'Declaration
Public Overloads Shared Function BuildCreateInstance(Of TOut)( _ ByVal inputArgType As Type _ ) As Func(Of Object,TOut)
'Usage
Dim inputArgType As Type Dim value As Func(Of Object,TOut) value = MemberInfoFns.BuildCreateInstance(Of TOut)(inputArgType)
public static Func<object,TOut> BuildCreateInstance<TOut>( Type inputArgType )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2